home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / bootany.zip / SHOWBOOT < prev    next >
Text File  |  1990-10-29  |  233b  |  7 lines

  1. showboot.exe : showboot.obj bootio.obj
  2.    link /noi /noe /farcall showboot bootio,showboot.exe;
  3. bootio.obj : bootio.asm
  4.    masm bootio,bootio,bootio;
  5. showboot.obj : showboot.c bootany.h
  6.    cl /AS /c /Foshowboot.obj showboot.c
  7.